home *** CD-ROM | disk | FTP | other *** search
/ Pycckuu Kocmoc - Russian Space / Pycckuu Kocmoc - Russian Space.iso / space2.exe / 0 / RCDATA / TFMHTML / TFMHTML.txt < prev   
Text File  |  2001-04-12  |  2KB  |  95 lines

  1. object fmHTML: TfmHTML
  2.   Left = 302
  3.   Top = 112
  4.   BorderStyle = bsNone
  5.   Caption = 'fmHTML'
  6.   ClientHeight = 466
  7.   ClientWidth = 343
  8.   Color = 13085345
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 343
  26.     Height = 466
  27.   end
  28.   object Scroll: TScrlHTML
  29.     Left = 319
  30.     Top = 32
  31.     Width = 21
  32.     Height = 406
  33.     Picture.Data = {<image000.jpg>}
  34.     HTML = Contents
  35.     Position = 0
  36.   end
  37.   object HTML: ThtmlLite
  38.     Left = 29
  39.     Top = 34
  40.     Width = 290
  41.     Height = 406
  42.     Cursor = crIBeam
  43.     OnHotSpotClick = HTMLHotSpotClick
  44.     ViewImages = True
  45.     TabOrder = 0
  46.     DefBackground = 13085345
  47.     BorderStyle = htNone
  48.     Visible = False
  49.     HistoryMaxCount = 20
  50.     DefFontName = 'Zrial Narrow'
  51.     DefPreFontName = 'Zahoma'
  52.     DefFontColor = 13085345
  53.     DefHotSpotColor = 327876
  54.     NoSelect = False
  55.     ScrollBars = ssNone
  56.     CharSet = RUSSIAN_CHARSET
  57.     MarginHeight = 0
  58.     MarginWidth = 0
  59.     OnMouseMove = HTMLMouseMove
  60.     OnKeyUp = HTMLKeyUp
  61.     OnProcessing = HTMLProcessing
  62.     OnImageClick = HTMLImageClick
  63.     OnImageOver = HTMLImageOver
  64.   end
  65.   object Contents: TStringGrid
  66.     Left = 29
  67.     Top = 34
  68.     Width = 290
  69.     Height = 406
  70.     Cursor = crHandPoint
  71.     BorderStyle = bsNone
  72.     Color = 13085345
  73.     ColCount = 1
  74.     DefaultColWidth = 290
  75.     DefaultRowHeight = 29
  76.     DefaultDrawing = False
  77.     FixedCols = 0
  78.     RowCount = 2
  79.     FixedRows = 0
  80.     Font.Charset = RUSSIAN_CHARSET
  81.     Font.Color = clSilver
  82.     Font.Height = -15
  83.     Font.Name = 'Tahoma'
  84.     Font.Style = []
  85.     Options = [goDrawFocusSelected]
  86.     ParentFont = False
  87.     ScrollBars = ssNone
  88.     TabOrder = 1
  89.     OnClick = ContentsClick
  90.     OnDblClick = ContentsDblClick
  91.     OnDrawCell = ContentsDrawCell
  92.     OnKeyPress = ContentsKeyPress
  93.   end
  94. end
  95.